Package | Description |
---|---|
oracle.pgx.api.filter |
Modifier and Type | Method and Description |
---|---|
FilterType |
GraphFilter.getType()
Gets the type of the filter.
|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static GraphFilterWithExpression |
GraphFilterWithExpression.fromTypeAndExpression(FilterType type, String filterExpression) |
static GraphFilter |
BinaryGraphFilterOperation.fromTypeAndFilters(FilterType type, GraphFilter leftFilter, GraphFilter rightFilter) |
Copyright © 2015. All rights reserved.